home *** CD-ROM | disk | FTP | other *** search
/ Menu Planner / Menu Planner (Ohio Distinctive Software).ISO / pc / mp.dir / 00014_print plan.ls < prev    next >
Encoding:
Text File  |  1995-11-07  |  128 b   |  10 lines

  1. on mouseUp
  2.   cursor(4)
  3.   if validatePDCScreen() then
  4.     tell the stage
  5.       printMenu()
  6.     end tell
  7.   end if
  8.   cursor(0)
  9. end
  10.